Job Radar. Live notifications. AI processed.
upwork.com 2026-04-24 🟠
🔹 [API] [Scraping] [Security]
👤 Client: 🇮🇩 Indonesia Member since 2026-04-02
💰 Price: ****
🚩 Problem: Automate the process of scraping and decrypting m3u8 URLs into a RESTful API.
📦 Existing: Not specified
Specifications:
[Target] - Extract m3u8 URLs from provided sources.
[Method] - Implement an API that accepts source URLs or webpages as input and returns decrypted m3u8 URLs.
[Stack] - Use Python with libraries like Beautiful Soup for scraping, requests for HTTP operations, and PyCryptodome for decryption. Flask or FastAPI for the API framework.
[Security] - Ensure data privacy and security by implementing HTTPS, rate limiting, and secure authentication mechanisms (JWT).
[Format] - Return results in JSON format.
Workflow:
Analyze provided sources to understand scraping requirements.
Implement scraping logic using Python libraries.
Integrate decryption methods for m3u8 URLs.
Design and implement RESTful API endpoints.
Test the API with various inputs to ensure reliability and accuracy.
Deploy the API in a secure environment.